TextChildAnchor.this

Creates a new GtkTextChildAnchor with the given replacement character.

Usually you would then insert it into a GtkTextBuffer with [method@Gtk.TextBuffer.insert_child_anchor].

  1. this(GtkTextChildAnchor* gtkTextChildAnchor, bool ownedRef)
  2. this()
  3. this(string character)
    class TextChildAnchor
    this
    (
    string character
    )

Return Value

a new GtkTextChildAnchor

Throws

ConstructionException GTK+ fails to create the object.

Meta